home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Users Group Library 1996 July / C-C++ Users Group Library July 1996.iso / vol_200 / 224_01 / tail.hlp < prev    next >
Text File  |  1986-12-30  |  768b  |  22 lines

  1. NAME
  2.      tail - deliver the last part of a file
  3.  
  4. SYNTAX
  5.      tail [-+number [lc] ] [ file ]
  6.  
  7. DESCRIPTION
  8.      Tail copies the named file to the standard output beginning at a 
  9.      designated place.  If no file is named, the standard input is used.
  10.  
  11.      Copying begins at distance +number from the beginning, or -number from 
  12.      the end of the input.  Number is counted in units of lines or characters,
  13.      according to the appended option l or c. When no units are specified,
  14.      counting is by lines and 10 lines from the end of the input.
  15.  
  16. SEE ALSO
  17.      head, cat
  18.  
  19. RESTRICTIONS
  20.      Tails relative to the end of the file are stored in a buffer, and 
  21.      thus are limited in length.
  22.